Package com.cisco.pt.ipc.sim
Interface NFCollectorProcess
- All Known Implementing Classes:
NFCollectorProcessImpl
Information provided by the PKI file:
\class NFCollectorProcess
\brief NFCollectorProcess handles the NetFlow Collector process.
\example network().getDevice("PC0").getProcess("NFCollectorProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionbooleanInformation provided by the PKI file:voidsetEnabled(boolean enable) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
setEnabled
void setEnabled(boolean enable) Information provided by the PKI file:
\brief Enables or disables the NetFlow Collector. \param enable, true to enable the NetFlow Collector, false to disable it.- Parameters:
enable- Takes in a parameter of enable
-
isEnabled
boolean isEnabled()Information provided by the PKI file:
\brief Returns true if the NetFlow Collector is enabled, otherwise false. \return bool, true if the NetFlow Collector is enabled, otherwise false.- Returns:
- boolean Returns a boolean
-